IWorkspace.CloseProject method ¶
Namespace: NextDesign.Desktop
Description¶
Closes the specified project. If no project is specified, the current project currently opened in the application will be closed.
This call discards your changes and closes the project without warning, even if the target project has not been saved.
argument¶
Name | Type | Description |
---|---|---|
project | IProject | Project If null is specified, the current project that the application is currently open is closed. (Nothing is done if there is no current project) |
Return value¶
- void